projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5921e31
)
; * src/haikuterm.c (haiku_draw_underwave): Fix default scale.
author
Po Lu
<luangruo@yahoo.com>
Mon, 9 May 2022 11:21:15 +0000
(11:21 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Mon, 9 May 2022 11:21:15 +0000
(11:21 +0000)
src/haikuterm.c
patch
|
blob
|
history
diff --git
a/src/haikuterm.c
b/src/haikuterm.c
index bfa6be225ac9601056d46a651ffdd8357f47ac91..747c8e4275f8ac26e994742dd0a8b671bab09eac 100644
(file)
--- a/
src/haikuterm.c
+++ b/
src/haikuterm.c
@@
-742,8
+742,8
@@
haiku_draw_underwave (struct glyph_string *s, int width, int x)
float ax, ay, bx, by;
void *view;
- scale_x =
4
;
- scale_y =
4
;
+ scale_x =
1
;
+ scale_y =
1
;
haiku_get_scale_factor (&scale_x, &scale_y);
wave_height = 3 * scale_y;
wave_length = 2 * scale_x;